.TH E1432_PRINT_ERRORS 3 E1432
.SH NAME
e1432_print_errors \- Enable/disable function error printout
.IX e1432_print_errors(3) 3
.SH SYNOPSIS
.cS
SHORTSIZ16 e1432_print_errors(SHORTSIZ16 enable)
.cE
.SH DESCRIPTION
\fIe1432_print_errors\fR enables/disables the printing of error messages
when any function returns an error.

If the library is used in a host computer environment, the errors are
output to stderr (normally the console screen).  If the library is
used in the E1485A environment, the error messages are output to a
terminal connected to the RS-232 port available on this module.

It is normal while developing code to include a call to
\fIe1432_print_errors\fR enabling error printing early in the code.
Once the code has been fully debugged, you may choose to remove this call.

\fIenable\fR is a boolean, with the value being either nonzero (to
enable printing) or zero (to disable printing).
.SH "RESET VALUE"
After a reset, \fIenable\fR is set to \fB0\fR.  Error printing is
disabled.
.SH "RETURN VALUE"
Return 0 if successful, a (negative) error number otherwise. 
.SH "SEE ALSO"
.na
e1432_trace_level
.ad
